editors event area

Description

Notify the display change of the editor and the change of selection.

Event

Name Definition Name Description
Editor display event onShow This event is notified when the editor is displayed.
Editor Hiding Event onHide This event is notified when the editor is hidden.
Model selection event in editor onSelectionChanged This event is notified when a model is selected in the editor.

Interface belonging to area

Name Description
IEditorEventParams Common parameters for editor events.
EditorOnShowEventParams Parameters for editor display events.
EditorOnHideEventParams Parameters for editor hidden events.
EditorSelectionChangedEventParams Parameters for in-editor model selection event.